home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2000 #1 / Amiga Plus CD - 2000 - No. 1.iso / Games / Oldies / Haktar / MyRoom / little switch < prev    next >
Encoding:
Text File  |  1999-12-03  |  335 b   |  23 lines

  1. do examine little switch
  2.  [
  3.   ? It's just a small on/off switch.
  4.   ? It must have been hidden under the C-64.
  5.   ifflag little switch on
  6.    [
  7.     ? It is in the 'ON' position.
  8.    |
  9.     ? It is 'OFF'.
  10.    ]
  11.  ]
  12. do switch to 'ON'
  13.  [
  14.   c? KLICK!
  15.   setflag little switch on
  16.  ]
  17. do switch to 'OFF'
  18.  [
  19.   c? KLICK!
  20.   setflag little switch on
  21.  ]
  22.  
  23.